Skip to content

Commit c54e3a3

Browse files
committed
Restore Makefile after testing
1 parent 59d3085 commit c54e3a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
DOCKER ?= docker
22
INPUT_RELEASE_VERSION ?= 0.4.0
3-
RUST_VERSION ?= 1.54.0
4-
REPO ?= jerusdp/lambda-rust
3+
RUST_VERSION ?= 1.55.0
4+
REPO ?= rustserverless/lambda-rust
55

66
publish: build
77
$(DOCKER) push $(REPO):latest
@@ -28,4 +28,4 @@ debug: build
2828
check:
2929
$(DOCKER) run --rm \
3030
--entrypoint=/usr/local/bin/latest.sh \
31-
$(REPO)
31+
$(REPO)

0 commit comments

Comments
 (0)