Skip to content

Commit

Permalink
chore(deps): update docker (GoogleCloudPlatform#2000)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Jan 29, 2024
1 parent c4e7695 commit 261d738
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ui-tests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM cypress/included:13.6.3@sha256:1f342d0c61828a4389d7cd8742a9f704f87ef273c7304de7483f4590f90b5519
FROM cypress/included:13.6.3@sha256:29358c0f7ddc80f808305a524cd12bc3baaa6119ace9e9f642e1d5a8442b37f7

WORKDIR /e2e
COPY . .
Expand Down
2 changes: 1 addition & 1 deletion src/accounts/accounts-db/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
FROM postgres:16.1-alpine@sha256:884718395ee967fc70374563f3b4d72f0c61f48f81868decb9fa452915fe070e
FROM postgres:16.1-alpine@sha256:b1413d8f37470f1fb355ea833d91855d6e24929e8f4336984c5be0de62947a25

# Files for initializing the database.
COPY initdb/0-accounts-schema.sql initdb/1-load-testdata.sh /docker-entrypoint-initdb.d/
Expand Down
2 changes: 1 addition & 1 deletion src/ledger/ledger-db/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
FROM postgres:16.1-alpine@sha256:884718395ee967fc70374563f3b4d72f0c61f48f81868decb9fa452915fe070e
FROM postgres:16.1-alpine@sha256:b1413d8f37470f1fb355ea833d91855d6e24929e8f4336984c5be0de62947a25

# Need to get coreutils to get the date bash function working properly:
RUN apk add --no-cache coreutils && rm -rf /var/cache/apk/*
Expand Down

0 comments on commit 261d738

Please sign in to comment.