Skip to content

Commit dba6957

Browse files
authored
Update package on build step and update version (#79)
1 parent 5fbeeca commit dba6957

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ COPY ui /ui
2323
RUN npm run build
2424

2525
FROM alpine
26+
RUN apk upgrade --no-cache
2627
LABEL org.opencontainers.image.title="LocalStack" \
2728
org.opencontainers.image.description="Extension of Localstack for Docker desktop" \
2829
org.opencontainers.image.vendor="LocalStack GmbH" \

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
IMAGE?=localstack/localstack-docker-desktop
2-
TAG?=2026.3.0
2+
TAG?=2026.4.0
33

44
BUILDER=buildx-multi-arch
55

0 commit comments

Comments
 (0)