Skip to content

Commit

Permalink
Merge pull request #8 from ApplauseOSS/chore/update-debian
Browse files Browse the repository at this point in the history
chore: update base Debian image to Bookworm
  • Loading branch information
agaffney authored May 14, 2024
2 parents a245f1a + c63c5d5 commit cf10cd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:buster-slim as sdmrelay
FROM debian:bookworm-slim as sdmrelay
# Install SDM CLI
WORKDIR /usr/local/bin
RUN apt-get update && \
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.3
1.2.0

0 comments on commit cf10cd8

Please sign in to comment.